home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-20 | 3.1 KB | 70 lines | [TEXT/GEOL] |
- Item 7438233 17-Oct-89 14:40
-
- From: D4280 IDS, Robert Pappas, AST
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: MPW3.0 C++3.1b1 MacApp|try2
-
-
- The program I am trying to build is a C++ example that Dave Wilson gave us at
- MacApp class at the DevU. It is called Bird. It demonstrates cmd objects, and
- undo and a lot of other neat junk... If you havn't gone to his class, GO!!! it
- is well worth it, pry saved me 2 months of learning on my own.
-
- OK, OK... You guys were right, I do have MPW C 3.1B1, but it seems that the
- MacApp headers expects some types to be defined in the CIncludes...
-
- I believe I am missing some newly defined interface files for MPW C 3.1B1,
- there were some new ones with the C++ diskettes, but none of the types
- mentioned below were defined there.
-
- Could somebody please do a search on both {MPW}CInclude and {MacApp}CInclude
- directories for a typedef of SignedByte and all the others mentioned below?
-
- To be specific, I put my own typedefs in for these 2 so I could get farther in
- the compile to see some more errors:
- SignedByte in UMacAppUtilities.h
- VHSelect in UMacAppUtilities.h
- Here is some more errors:
-
- File "HD:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 388 # warning:
- __GetA0 is reserved (starts with __[A-Z]); compile could fail!
- File "HD:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 391 # warning:
- __GetA5 is reserved (starts with __[A-Z]); compile could fail!
- File "HD:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 394 # warning:
- __GetA6 is reserved (starts with __[A-Z]); compile could fail!
- File "HD:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 397 # warning:
- __GetA7 is reserved (starts with __[A-Z]); compile could fail!
- File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 488 # error: h undefined
- File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 489 # error: v undefined
- File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 1457 # error: Byte filler
- : Byte is not a type name
- File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 1457 # error: syntax
- error
- File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 1471 # error: Byte filler
- : Byte is not a type name
- File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 1471 # error: syntax
- error
- File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 1472 # error: two
- declarations of ::itsSignature
- File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 1477 # error: viewType
- undefined, size not known
- File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 1478 # error:
- viewIncludeAt undefined, size not known
- File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 2047 # error: Byte
- filler1 : Byte is not a type name
- File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 2047 # error: syntax
- error
- File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 2049 # error: static
- field
- File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 2049 # error: field not
- in class
- File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 2050 # error: static
- field
- Sorry, too many errors ### >:-( #Frowning eyebrows...
-
- Bob Pappas, IDS Financial Services; D4280
-
-
-